home *** CD-ROM | disk | FTP | other *** search
/ Aminet 12 / Aminet 12 (1996)(GTI - Schatztruhe)[!][Jun 1996].iso / Aminet / util / misc / SCR_Patched.lha / SetChipRev.readme < prev    next >
Encoding:
Text File  |  1996-03-18  |  904 b   |  40 lines

  1. This a patched setchiprev command.
  2. I just removed an enforcer hit which was not serious
  3. (read in 0) but is not acceptable for purists like us ;-)
  4.  
  5. I just replaced:
  6.  
  7. MOVE.L    (A5),D0
  8. BEQ    xxx
  9.  
  10. by
  11.  
  12. MOVEQ.L    #0,D0
  13. BRA    xxx
  14.  
  15. Thanx to TFA for Asm-One and Michael Sinz for Enforcer.
  16.  
  17. For non-french users, here's the translation of the message displayed
  18. if you type setchiprev ? :
  19.  
  20. --- cut here ---
  21.  
  22. USAGE : SetChipRev <command> [command] [<filename>]
  23. Where <command> may be :
  24.  O  to set the original Chip Set.
  25.  E  to set the enhanced Chip Set.
  26.  X  to set the AA Chip Set without Burst Mode.
  27.  D  to set the AA Chip Set with 2x Burst Mode.
  28.  A  to set the AA Chip Set with 4x Burst Mode.
  29.  B  to set the best chipset available
  30. ' ' to run the GUI version.
  31.  
  32. Add F as a command to execute [<filename>]
  33. Try DreamLands,french BBS : (33)32397923
  34.  
  35. --- cut here ---
  36.  
  37. Enjoy fully the best chipset degrader ever written!
  38.  
  39. Jeff.
  40.